projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57893ee
)
[XEN][POWERPC] remove .data.* catch-all from linker script
author
Jimi Xenidis
<jimix@watson.ibm.com>
Sun, 20 Aug 2006 15:07:52 +0000
(11:07 -0400)
committer
Jimi Xenidis
<jimix@watson.ibm.com>
Sun, 20 Aug 2006 15:07:52 +0000
(11:07 -0400)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/xen.lds.S
patch
|
blob
|
history
diff --git
a/xen/arch/powerpc/xen.lds.S
b/xen/arch/powerpc/xen.lds.S
index 8d087e418d7b1e17308dc9a1e74e5d0bed39d1f5..ea2e56725ae123528f230a1734f59637c060f300 100644
(file)
--- a/
xen/arch/powerpc/xen.lds.S
+++ b/
xen/arch/powerpc/xen.lds.S
@@
-107,7
+107,7
@@
SECTIONS
PROVIDE (__fini_array_end = .);
.data :
{
- *(.data .
data.* .
gnu.linkonce.d.*)
+ *(.data .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
}